auto merge of #1053 : sfackler/cargo/master, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 16 Dec 2014 16:13:50 +0000 (16:13 +0000)
committerbors <bors@rust-lang.org>
Tue, 16 Dec 2014 16:13:50 +0000 (16:13 +0000)
commit2aecb6f795e0b027c1f4e909c0e54ba6086b1a74
tree39693e319756dd25d807974d50721a3ac2225e09
parenta0e7e7a88b23a0d372655f52769ef0d36dc34d49
parent9673f7298cd7f1feb99065a15ca4005c8ebf6b01
auto merge of #1053 : sfackler/cargo/master, r=alexcrichton

It's really hard to find out any information about a project if it
doesn't have any of these.

As a bonus I added a shebang to .travis.install.deps.sh so the README
instructions actually work.

Closes #998